home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
CASIOCOL.ZIP
/
KRILE1A.ZIP
/
SOURCE.ZIP
/
PREP.ASI
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-11-27
|
217 b
|
18 lines
randomize
open"r",1,"krile.exe"
a=filepos(1,302)
for x=1 to 49
b=rnd(0)
b=b mod 256
b=b+1
a$=chr$(b)
a$=ltrim$(a$)
a$=rtrim$(a$)
if a$="" then
print #1,a$
else
print #1,a$ NONULL
endif
next x
close 1